home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / misc / samples2 / extract.txt < prev    next >
Encoding:
Text File  |  1995-07-24  |  479 b   |  15 lines

  1. This sample code demonstrates how to extract an icon from any file 
  2. which stores icons and display it in a picture box.   It uses 3
  3. API functions:  ExtractIcon(), DrawIcon(), and GetClassWord().
  4. Simply click on any file in the file list box.  If that file contains
  5. any icons, the first icon will be drawn in the picture box.
  6.  
  7.  
  8. Any questions can be sent to VDG Mike on America Online.  Hope you find
  9. this useful.
  10.  
  11. Mike Davis
  12.  
  13. Visual Developers Group
  14. vdgmike@aol.com
  15.